home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / CBSA / EDUCATION / MENU / !Compile next >
Text File  |  1998-02-28  |  301b  |  12 lines

  1. WimpSlot -next 6400K
  2.  
  3. Dir <Obey$Dir>
  4. gcc WimpError.cc -IUnix:sys -c
  5. gcc WimpPoll.cc -IUnix:sys -c
  6. gcc WimpTask.cc -IUnix:sys -c
  7. |gcc WimpIcon.cc -IUnix:sys -c
  8. gcc WimpMenu.cc -IUnix:sys -c
  9.  
  10. gcc Test.cc -IUnix:sys -c 
  11.  
  12. gcc WimpMenu.o WimpError.o WimpPoll.o WimpTask.o Test.o -LUnix: -LUnix.sys -o !Menu